GET VERTEXDATA PTR

This command will return a DWORD representing the pointer of the mesh holding the vertexdata.

  Syntax
Return DWORD=GET VERTEXDATA PTR()
  Returns

This command does not return a value.

  Example Code
backdrop off
make object box 1,100,100,100
lock vertexdata for limb 1,0
ptr as DWORD
ptr=get vertexdata ptr()
print "memory ptr=";ptr
wait key
unlock vertexdata
  See also

BASIC3D Commands Menu
Index